Contribution org.nuxeo.ecm.platform.routing.jsonEnrichers--marshallers
In component org.nuxeo.ecm.platform.routing.jsonEnrichers
org.nuxeo.ecm.platform.routing.jsonEnrichers
inside nuxeo-routing-core-9.10.jar /OSGI-INF/document-routing-enrichers-contrib.xml
This contribution is part of XML component Extension Point
Extension point marshallers of component MarshallerRegistry.Contributed Items
XML Source
<extension point="marshallers" target="org.nuxeo.ecm.core.io.MarshallerRegistry">
<register class="org.nuxeo.ecm.platform.routing.core.io.enrichers.PendingTasksJsonEnricher" enable="true"/>
<register class="org.nuxeo.ecm.platform.routing.core.io.enrichers.RunningWorkflowJsonEnricher" enable="true"/>
<register class="org.nuxeo.ecm.platform.routing.core.io.enrichers.RunnableWorkflowJsonEnricher" enable="true"/>
</extension>